Welcome![Sign In][Sign Up]
Location:
Search - vc csocket

Search list

[Internet-NetworkTransferDemoDLG

Description: 本实例实现在VC++6.0中利用CSOCKET类中编写一个非常简单的文件传输程序,该程序只是具备了最基本的文件传送和接收功能-Examples of implementation of the VC++6.0 at CSOCKET class using a very simple preparation of the file transfer process, the program has only the most basic function of sending and receiving documents
Platform: | Size: 6144 | Author: 123 | Hits:

[Windows DevelopSSocket

Description: 用VC++编写的socket通信,服务器端的,通过MFC的CSOCKET类实现的,可以实现点单的会话-Using VC++ to prepare the socket communications, server-side, through the CSOCKET type of MFC to achieve, can be achieved at a single session
Platform: | Size: 308224 | Author: 张荣 | Hits:

[Internet-NetworkNetTraffic

Description: 网络传输程序,用vc开发,里面有完成的CSocket开发代码-Network transmission process, with vc the development, which has completed the development of the code of CSocket
Platform: | Size: 54272 | Author: 连晓锋 | Hits:

[Internet-NetworkBasedChatProgramSourceCode

Description: 《一个基于客户服务器模式的聊天应用程序》本程序主要使用了VC++的CSocket类实现-《On a client server chat application》of the program primarily uses the CSocket class VC++ Implementation
Platform: | Size: 753664 | Author: zhengyan | Hits:

[Internet-NetworkVCNetworkProgramming

Description: 微软为Visual C++定义了Winsock类如CAsyncSocket类和派生于CAsyncSocket 的CSocket类,它们简单易用,读者朋友当然可以使用这些类来实现自己的网络程序,但是为了更好的了解Winsock API编程技术,我们这里探讨怎样使用底层的API函数实现简单的 Winsock 网络应用程式设计,分别说明如何在Server端和Client端操作Socket,实现基于TCP/IP的数据传送,最后给出相关的源代码。-VC Network Programming
Platform: | Size: 15071232 | Author: ronin | Hits:

[Other Riddle gameslianliankan

Description: 开心连连看,可以实现局域网中的的对抗,使用VC自带的CSOCKET类进行连接。-Happy Lianliankan, can achieve LAN confrontation comes CSOCKET VC class using the connection.
Platform: | Size: 29883392 | Author: 蔡旺旺 | Hits:

[Internet-NetworkVCtalking

Description: 采用winsocket和csocket进行网络编程,用vc编程的聊天室。里面还有文档说明技术要点-By winsocket and csocket network programming, programming with vc chat room. There is also documentation of technical points
Platform: | Size: 4590592 | Author: 黄曜 | Hits:

[Communicationyuancheng_desk

Description: VC++利用CSocket实现远程桌面功能,有兴趣的朋友学习一下。-VC++ using CSocket Remote Desktop feature, friends who are interested to learn about.
Platform: | Size: 169984 | Author: | Hits:

[Internet-Networksource-code

Description: 网络聊天室使用VC++的CSocket类实现聊天室功能, VC++6.0中,建立MFC AppWizard(exe)工程,选择Single Document应用程序类型,view继承EditView。 -Internet chat rooms using VC++ implementation of CSocket class chat room function, VC++6.0, the establishment of MFC AppWizard (exe) project, select Single Document application type, view inherit EditView.
Platform: | Size: 2033664 | Author: xuhao | Hits:

[Internet-NetworkSocketAPICAsyncSocketCSocket

Description: Socket API,CAsyncSocket,CSocket内幕及其用法,对于vc进行通信开发的朋友很有帮助。-Socket API, CAsyncSocket, CSocket insider and their usage for communication development vc helpful friends.
Platform: | Size: 175104 | Author: donnie zhang | Hits:

[TCP/IP stacktcp

Description: 使用CSocket进行有连接(TCP)通信\tcp.rar,很不错的vc源码,希望对大家有所帮助。-Use CSocket for a connection (TCP) communication \ tcp.rar, very good vc source, we want to help.
Platform: | Size: 56320 | Author: 孙春燕 | Hits:

[OtherIntelligent-telephone

Description: 将智能电话本管理软件(SPBMA)初赛版本定义为1.0版本,复赛智能电话本管理软件在原1.0版本上,结合新的用户需求进行了功能升级,将当前版本暂定为2.0版本。此版本实现仍然是在VC++6.0平台下开发完成,充分利用了MFC的应用程序框架和相关类库,基于面向对象的思想设计。在功能升级上,主要是在原有1.0版本上加入网络共享功能(主要是局域网共享)和用户登录管理,使得原有软件功能更加强大,系统更加完善;完成了用户运行程序的用户名和密码验证,利用BASE64算法加密技术,实现字符串加密,加密数据保存在应用程序所在目录下,支持本地用户不超过20个,确保了信息安全;实现了用户动态选择本地模式和在线模式,用户自定义数据记录在网络的可见性,本地数据和网络数据分开显示,并在颜色上作区分;在网络共享功能的实现上采用了WINSock API函数和微软MFC的封装类CSocket,自行设计了一套命令—响应式的网络数据同步协议,确保了数据同步机制的实现。-The smart phone book management software ( SPBMA ) is defined as a preliminary version of version 1, the rematch intelligent phone book management software in the original 1 version, combined with the new user needs and functional upgrade, the current version is version 2. This version achieved is still under the VC++6.0 platform is developed, make full use of the MFC application framework and related library, based on object oriented design. In the function upgrades, mainly in the original 1 version added the network sharing ( mainly LAN sharing ) and user management, the software function is more powerful, more perfect system the completion of the user running the program the user name and password verification, using BASE64 algorithm encryption realization, string encryption, encrypted data is stored in the application the program directory, support local users to not more than 20, to ensure the information security users achieve the dynamic selection of local mode and online mode
Platform: | Size: 1550336 | Author: | Hits:

[Internet-NetworkVC_WinSock

Description: VC环境下WinSock编程及实例分析.pdf 通过创建一个比较简单的基于MFC WinSock类的应用程序,分析了如何从CSocket类派生出自己需要的套接字类,如何利用套接字建立连接、传输数据,如何对套接字事件进行处理。-By creating a simple application based on MFC the WinSock class analysis as How they need the Socket class derived from CSocket class how to use the socket to establish a connection Next, the transmission of data, how to handle socket event.
Platform: | Size: 184320 | Author: yy | Hits:

[Internet-NetworkDirectShow-on-TCP

Description: 在VC平台上构建的基于Csocket类的TCP应用界面,包含了客户端和服务器端的程序。其中使用了DirectShow,可作为学习socket编程和DirectShow结合的参考资料-based on VC planet and the socket,it s an application about TCP ,including the client and server.The app use DirectShow ,which can be the reference learning the socket and DirectShow
Platform: | Size: 9545728 | Author: liam | Hits:

[ICQ-IM-ChatchatByLAN

Description: 一个用VC++开发的局域网聊天室软件。基于MFC框架,使用CSocket实现消息的传递。压缩包内附有工程文档。-A LAN with VC++ chat room software development. MFC-based framework, use CSocket achieve message passing. Compressed package containing project documents.
Platform: | Size: 3556352 | Author: 周彬 | Hits:

[CommunicationMFC-Socket

Description: VC++网络编程 MFC Socket编程 Socket程序(CAsyncSocket传统版、CAsyncSocket指针版、CSocket版)-VC++ Programming Network Programming MFC Socket Socket procedures (CAsyncSocket traditional version, CAsyncSocket pointer version, CSocket Edition)
Platform: | Size: 289792 | Author: | Hits:

[Internet-Network685473

Description: 使用CSocket进行有连接(TCP)通信,VC++精选编程源码,很好的参考资料。-The use of CSocket for a connection (TCP) communication, VC++ programming source code, a good reference.
Platform: | Size: 25600 | Author: 桂花翅子 | Hits:

[Internet-NetworkBankSystem

Description: 刚学完VC++,试着在VS2010下编写的一个银行活期储蓄系统,用到MFC对话框、CSocket、数据库-After studying VC++, try to write in a bank Savings VS2010 system, used in MFC dialog, CSocket, database
Platform: | Size: 1111040 | Author: AA | Hits:

[Internet-NetworkCHATROOM

Description: 聊天室程序,基于VC++MFC编写,分别基于CSOCKET和和WINSOCK编写。-Chat program, based on vc++ MFC writing, based on CSOCKET and and WINSOCK write respectively.
Platform: | Size: 97280 | Author: 杨武 | Hits:

[Otherperl_serial_comm

Description: The source code for csocket includes Ramon De Klein s CSerial class, in files Serial.h and Serial.cpp, and my socket to serial bridge implementation in csocket.cpp It should all compile without problems with VC++ 6 and later. The csocket.exe executable was compiled with VC++ 6 in Release mode.
Platform: | Size: 83968 | Author: athar3999 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net